home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00099_Field_another for problem.txt < prev    next >
Text File  |  1999-09-22  |  356b  |  15 lines

  1. on mousedown
  2.   global mainframe,ww
  3.   if ww = the clickon then
  4.     nothing
  5.   else
  6.     go to frame mainframe
  7.     set xx to the name of member(the membernum of sprite the clickon)
  8.     set the visible of sprite value(xx) to true
  9.     set ww to  the clickon
  10.     hide
  11.     set the visible of sprite value(xx) to true
  12.     
  13.     updatestage
  14.   end if
  15. end